dm: sparc: common: Fixup cmd_bdinfo warnings
authorMarek Vasut <[email protected]>
Fri, 27 Jul 2012 08:04:33 +0000 (08:04 +0000)
committerTom Rini <[email protected]>
Tue, 18 Sep 2012 19:01:50 +0000 (12:01 -0700)
commitd97f01a64fa87a018258dfe6cfe4fff1b08975e0
tree764c25590f5a885c2ebae9d91048b9b31cffd7e0
parentfa2afe02743a74280717020d17f0c1d603468553
dm: sparc: common: Fixup cmd_bdinfo warnings

cmd_bdinfo.c: In function ‘do_bdinfo’:
cmd_bdinfo.c:220:9: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘int’ [-Wformat]
cmd_bdinfo.c:222:9: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘int’ [-Wformat]
cmd_bdinfo.c:224:9: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘int’ [-Wformat]
cmd_bdinfo.c:226:9: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘int’ [-Wformat]
cmd_bdinfo.c:228:9: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘int’ [-Wformat]

Signed-off-by: Marek Vasut <[email protected]>
Cc: Daniel Hellstrom <[email protected]>
Cc: [email protected]
common/cmd_bdinfo.c